add vtpm-stubdom code
authorMatthew Fioravante <matthew.fioravante@jhuapl.edu>
Fri, 18 Jan 2013 10:55:42 +0000 (10:55 +0000)
committerMatthew Fioravante <matthew.fioravante@jhuapl.edu>
Fri, 18 Jan 2013 10:55:42 +0000 (10:55 +0000)
commitd463e3c5a341ece638a7a2067406fab7c03f30de
tree1987cc7e62f9043c3a876698908f2dff442c50fd
parent5e5e2d2a340238680100dd511bde3b5ca75c3b0d
add vtpm-stubdom code

Add the code base for vtpm-stubdom to the stubdom
heirarchy. Makefile changes in later patch.

Signed-off-by: Matthew Fioravante <matthew.fioravante@jhuapl.edu>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
Committed-by: Ian Campbell <ian.campbell@citrix.com>
12 files changed:
.gitignore
.hgignore
stubdom/vtpm/Makefile [new file with mode: 0644]
stubdom/vtpm/minios.cfg [new file with mode: 0644]
stubdom/vtpm/vtpm.c [new file with mode: 0644]
stubdom/vtpm/vtpm.h [new file with mode: 0644]
stubdom/vtpm/vtpm_cmd.c [new file with mode: 0644]
stubdom/vtpm/vtpm_cmd.h [new file with mode: 0644]
stubdom/vtpm/vtpm_pcrs.c [new file with mode: 0644]
stubdom/vtpm/vtpm_pcrs.h [new file with mode: 0644]
stubdom/vtpm/vtpmblk.c [new file with mode: 0644]
stubdom/vtpm/vtpmblk.h [new file with mode: 0644]